From 724d9762e5f9cbb17ee661db4f3fd7a58abe5f50 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:10:28 -0600 Subject: [PATCH] Add missing qstartz_bl_1000 header to build generators. (#908) --- CMakeLists.txt | 1 + GPSBabel.pro | 1 + 2 files changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bee73dfe..5a8198234 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -241,6 +241,7 @@ set(HEADERS navilink.h nmea.h osm.h + qstarz_bl_1000.h random.h session.h shape.h diff --git a/GPSBabel.pro b/GPSBabel.pro index 46da404b3..0fcb4602f 100644 --- a/GPSBabel.pro +++ b/GPSBabel.pro @@ -216,6 +216,7 @@ HEADERS = \ navilink.h \ nmea.h \ osm.h \ + qstarz_bl_1000.h \ random.h \ session.h \ shape.h \ -- 2.30.2